From 01f2d4dd0f2ecbdf6d3666156643b9a89989b61c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Dec 2015 13:59:24 -0500 Subject: [PATCH] Update pseudo-class test We have some more pseudo-classes now, and some are printed out with their CSS name. --- testsuite/css/parser/pseudo-classes-known.css | 8 ++++++++ testsuite/css/parser/pseudo-classes-known.ref.css | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/testsuite/css/parser/pseudo-classes-known.css b/testsuite/css/parser/pseudo-classes-known.css index e25bc7f182..18062adafe 100644 --- a/testsuite/css/parser/pseudo-classes-known.css +++ b/testsuite/css/parser/pseudo-classes-known.css @@ -18,10 +18,18 @@ color: red; } +:disabled { + color: red; +} + :inconsistent { color: red; } +:indeterminate { + color: red; +} + :focused { color: red; } diff --git a/testsuite/css/parser/pseudo-classes-known.ref.css b/testsuite/css/parser/pseudo-classes-known.ref.css index f5469628ec..c296f3737e 100644 --- a/testsuite/css/parser/pseudo-classes-known.ref.css +++ b/testsuite/css/parser/pseudo-classes-known.ref.css @@ -14,11 +14,19 @@ color: rgb(255,0,0); } -:insensitive { +:disabled { color: rgb(255,0,0); } -:inconsistent { +:disabled { + color: rgb(255,0,0); +} + +:indeterminate { + color: rgb(255,0,0); +} + +:indeterminate { color: rgb(255,0,0); } -- 2.30.2